home *** CD-ROM | disk | FTP | other *** search
/ Printlife PhotoBook Publisher / Printlife PhotoBook Publisher.iso / Demo.exe / scripts / DefineSprite_87 / frame_5 / DoAction.as
Text File  |  2000-10-20  |  154b  |  14 lines

  1. vIteration += "1";
  2. if(vNumChar < vIteration)
  3. {
  4.    tellTarget("../")
  5.    {
  6.       play();
  7.    }
  8.    gotoAndStop(1);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(2);
  13. }
  14.